home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
source
/
1svga
/
hp500.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1993-04-02
|
397b
|
16 lines
{ HP-DJ500 Printer CGTimes Font Control
Character Set: PC-8
Spacing : Fixed/Proportional
Print Pitch : 10 char/inch
Point Size : 12 points
Style : Upright/Italic
Storke Weight: Normal/Bold
Typeface : Courier/CG Times/Letter Gothic }
uses Printer;
begin
Write(Lst,#27'(10U'#27'(s1P'#27'(s10H'#27'(s12V'#27'(s0S'#27'(s0B',
#27'(s4101T');
end.